home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMLINUX / MAIL / 9707 / 000015_owner-linux-arm…r.rutgers.edu _Thu Jul 3 01:49:59 1997.msg < prev    next >
Internet Message Format  |  1997-11-30  |  2KB

  1. Return-Path: <owner-linux-arm-outgoing@vger.rutgers.edu>
  2. Received: from nic.funet.fi (nic.funet.fi [128.214.248.6]) by odie.barnet.ac.uk (8.8.2/8.8.0) with ESMTP id BAA19799 for <willy@odie.fluff.org>; Thu, 3 Jul 1997 01:49:58 +0100
  3. Received: from root@vger.rutgers.edu (port 37207 [128.6.190.2]) by nic.funet.fi with ESMTP id <2067-9954>; Thu, 3 Jul 1997 03:49:08 +0300
  4. Received: by vger.rutgers.edu id <1000459-30852>; Wed, 2 Jul 1997 20:46:01 -0400
  5. Received: from IDENT-NOT-QUERIED@tulpi.interconnect.com.au (port 1390 [192.189.54.18]) by vger.rutgers.edu with ESMTP id <1000457-30852>; Wed, 2 Jul 1997 20:45:45 -0400
  6. Received: from ce (acc5-ppp51.mel.interconnect.com.au [210.8.0.179]) by tulpi.interconnect.com.au with SMTP id KAA27249
  7.   (8.8.5/IDA-1.6 for <linux-arm@vger.rutgers.edu>); Thu, 3 Jul 1997 10:47:57 +1000 (EST)
  8. Message-ID: <33BA4DA2.6F22@cvs.com.au>
  9. Date:     Wed, 02 Jul 1997 22:46:26 +1000
  10. From: Charles Esson <charlese@cvs.com.au>
  11. Organization: Colour Vision Systems
  12. X-Mailer: Mozilla 3.0Gold (WinNT; I)
  13. MIME-Version: 1.0
  14. To: linux-arm@vger.rutgers.edu
  15. Subject: Re: Re ELF
  16. Content-Type: text/plain; charset=us-ascii
  17. Content-Transfer-Encoding: 7bit
  18. Sender: owner-linux-arm@vger.rutgers.edu
  19. Precedence: bulk
  20. Status: RO
  21.  
  22. Neil A. Carson wrote:
  23.  
  24.  
  25.             
  26. > You'd still need to get the MMU to rewalk the page tables in order to
  27. > invalidate TLB entries, when permissions on pages were changed. This can
  28. > be done, it's a bit ugly though and isn't the way things are normally
  29. > done. This is normally done by real-time OSs, in order to guarantee
  30. > more responsiveness.
  31.  
  32. Unfortunatly I want to end up with real time performance. I like the ARM
  33. as I feel I can get performance with low power, and I think the world
  34. would be a better place if there was a good real time solution under the
  35. GNU licence.